From 7ffbed8681a0ab203535ab1e13c48f18ecdba907 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 24 Jun 2021 16:39:55 +0200 Subject: [PATCH] libxencall: drop bogus mentioning of xencall6() There's no xencall6(), so the version script also shouldn't mention it. If such a function would ever appear, it shouldn't land in version 1.0. No change to the generated binary, nor abi-dumper's view of the object. Signed-off-by: Jan Beulich Acked-by: Ian Jackson Reviewed-by: Andrew Cooper --- tools/libs/call/libxencall.map | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libs/call/libxencall.map b/tools/libs/call/libxencall.map index ad7518b0e0..d18a3174e9 100644 --- a/tools/libs/call/libxencall.map +++ b/tools/libs/call/libxencall.map @@ -9,7 +9,6 @@ VERS_1.0 { xencall3; xencall4; xencall5; - xencall6; xencall_alloc_buffer; xencall_free_buffer; -- 2.30.2